Name | Description | |
---|---|---|
Add | Adds an item to the ICollection. | |
Clear | Removes all items from the ICollection. | |
Contains | Overloaded. Determines whether the ICollection contains a specific value. | |
CopyTo | Overloaded. Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index. | |
DisableAnimations | Disable the animations caused by the operations that are performed inside the using block of the returned IDisposable. | |
GetEnumerator | Returns an enumerator that iterates through a collection. | |
IndexOf | Overloaded. Determines the index of a specific item in the System.Collections.IList. | |
Insert | Overloaded. Inserts an item to the System.Collections.IList at the specified index. | |
Move | Moves the item at the from position to to. | |
Remove | Overloaded. Removes the first occurrence of a specific object from the System.Collections.IList. | |
RemoveAt | Removes the IList item at the specified index. |